home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / g.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  122 b   |  12 lines

  1. global foremovie
  2.  
  3. on mouseDown
  4.   button()
  5. end
  6.  
  7. on mouseUp
  8.   if rollOver(clickOn()) then
  9.     go(1, foremovie)
  10.   end if
  11. end
  12.